Class VectorValue
- java.lang.Object
-
- edu.claflin.finder.logic.communities.struct.fast_greedy_struct.VectorValue
-
public class VectorValue extends java.lang.Object- Author:
- Cesar Martin
-
-
Constructor Summary
Constructors Constructor Description VectorValue(java.util.List<Node> c)VectorValue(java.util.List<Node> c, double a)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetA()java.util.List<Node>getCommunity()voidsetA(double a)java.lang.StringtoString()
-
-
-
Field Detail
-
community
private java.util.List<Node> community
-
a
private double a
-
-
Method Detail
-
getCommunity
public java.util.List<Node> getCommunity()
- Returns:
- the community
-
getA
public double getA()
- Returns:
- the a
-
setA
public void setA(double a)
- Parameters:
a- the a to set
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-